home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
gimp.preinst
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-03-06
|
331 b
|
12 lines
#!/bin/sh -e
if [ "$1" = "install" -o "$1" = "upgrade" ]; then
# Clean up older links from this package
update-alternatives --remove gimp /usr/bin/gimp-1.2
update-alternatives --remove gimptool /usr/bin/gimptool-1.3
update-alternatives --remove gimp /usr/bin/gimp-2.0
update-alternatives --remove gimp /usr/bin/gimp-2.2
fi